home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / help / modecon < prev    next >
Encoding:
Text File  |  2003-09-19  |  1.2 KB  |  34 lines

  1. MODECON /?
  2. MODECON CODEPAGE
  3. MODECON CODEPAGE PREPARE (n1[,n2]...) <file.RAW>
  4. MODECON CODEPAGE SELECT  nnn
  5. MODECON CODEPAGE REFRESH
  6.  
  7. MODECON: communicate with FreeDOS DISPLAY for codepage management
  8.  
  9.    CODEPAGE      Shows currently active codepage and information on
  10.                  prepared codepages
  11.  
  12.    CODEPAGE PREPARE (n1[,n2]...) <file.RAW>
  13.                  Prepares codepages numbers n1, n2, ... to be used. The list
  14.                  format helps you specify the buffer to fill.
  15.                  IN THIS VERSION, you may only prepare ONE codepage. Leave
  16.                  blanks in buffers not to be touched. E.g. to fill 850 in the
  17.                  second buffer:
  18.                       (,850)
  19.                  Data is obtained from <file.RAW>
  20.  
  21.    CODEPAGE SELECT  nnn
  22.                  Makes codepage nnn active
  23.                  You need to prepare a codepage before you can select it
  24.  
  25.    CODEPAGE REFRESH
  26.                  Refreshes the codepage into the video adapter
  27.  
  28. CODEPAGE may be abbreviated by CP
  29. PREPARE may be abbreviated by PREP
  30. SELECT may be abbreviated by SEL
  31.  
  32. You are encouraged to use 858 instead of 850. 858 is equal to 850, except that
  33. it includes the EURO sign.
  34.